home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / sparc / include / asm / siginfo_32.h < prev    next >
Encoding:
C/C++ Source or Header  |  2008-12-24  |  341 b   |  18 lines

  1. #ifndef _SPARC_SIGINFO_H
  2. #define _SPARC_SIGINFO_H
  3.  
  4. #define __ARCH_SI_UID_T        unsigned int
  5. #define __ARCH_SI_TRAPNO
  6.  
  7. #include <asm-generic/siginfo.h>
  8.  
  9. #define SI_NOINFO    32767        /* no information in siginfo_t */
  10.  
  11. /*
  12.  * SIGEMT si_codes
  13.  */
  14. #define EMT_TAGOVF    (__SI_FAULT|1)    /* tag overflow */
  15. #define NSIGEMT        1
  16.  
  17. #endif /* !(_SPARC_SIGINFO_H) */
  18.